home *** CD-ROM | disk | FTP | other *** search
- object frmImportLanguageDef: TfrmImportLanguageDef
- Left = 366
- Top = 286
- BorderStyle = bsDialog
- Caption = 'Import Language Definition File'
- ClientHeight = 167
- ClientWidth = 329
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 295
- Height = 26
- Caption =
- 'If you obtained a new version of the SPSS language definition fi' +
- 'le, you can browse for that file and import the new definition'
- WordWrap = True
- end
- object edtLanguageFile: TdxButtonEdit
- Left = 16
- Top = 72
- Width = 297
- TabOrder = 0
- Alignment = taRightJustify
- ReadOnly = True
- Buttons = <
- item
- Default = True
- end>
- OnButtonClick = edtLanguageFileButtonClick
- StoredValues = 65
- ExistButtons = True
- end
- object btnImport: TBitBtn
- Left = 240
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Import'
- Enabled = False
- TabOrder = 1
- OnClick = btnImportClick
- end
- object btnCancel: TBitBtn
- Left = 160
- Top = 128
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object OpenDialog: TOpenDialog
- DefaultExt = '.dll'
- FileName = 'lngpck.dll'
- Filter = 'EasySyntax Language Definitionfile|lngpck.dll'
- Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 16
- Top = 120
- end
- end
-